Programming With QuickTime VR 2.1

Previous | Overview | Contents | Next

Hiding and Showing the Controller Bar

You can use standard QuickTime movie component routines to hide and show the controller bar associated with a QuickTime VR movie. To hide the controller bar, you can call the MCSetVisible function, as illustrated in Listing 1 .

Listing 1 Hiding the controller bar

componentResult     myResult;
Boolean             isVisible;

isVisible = false;
myResult = MCSetVisible(myMC, isVisible);

© 1997 Apple Computer, Inc.

Previous | Overview | Contents | Next